how to validate mobile number in html form

76

add html validation to mobile number -

<input type="text" pattern="[789][0-9]{9}">

Comments

Submit
0 Comments